Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameGoAway

Passes a go-away event to the frame.

OSStatus JMFrameGoAway (JMFrameRef frame);
frame
The frame to receive the go-away event.
function result
A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
Calling the JMFrameGoAway function typically results in the frame being disposed, although in some instances the Java program may want to display a dialog box message (asking if the user wants to save the file before closing, for example).

SEE ALSO
"Mouse Events" (page 24).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997